home *** CD-ROM | disk | FTP | other *** search
- rem %1 == disc directory
- if exist %cdrom%%1\00_index.txt goto ok
- echo no such file: %cdrom%%1\00_index.txt >> logfile
- goto end
- :ok
- if exist %output%\dir%2 goto bad
- goto ok2
- :bad
- echo duplicate output file: %output%\dir%2 >> logfile
- goto end
- :ok2
-
- cd %cdrom%%1
- %cdrom%\_bbs\c %in_type% view %cdrom%%1 00_index.new
- cd \_bbs\pcbtool
- :end
-